.consult_type_bar{
    padding: 27px 40px 38px;
}
.nav_f18 strong{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.consult_type_bar { padding: 27px 40px 38px; }
.consult_type_bar .tag-list { margin-top: 15px; }
.consult_type_bar .tag-list a {
    float: left; padding: 0 5px; margin: 6px 25px 6px 0; cursor: pointer;
    font-size: 14px; color: #666; line-height: 24px;
}
.consult_type_bar .tag-list a:hover { color: #f25618; }
.consult_type_bar .tag-list a.cur { background-color: #f25618; color: #fff; }
.consult_type_bar .tag-list.subordinate { border-top: 1px solid #eee; margin-top: 20px; padding-top: 20px; }
.consult_type_bar .none{
    display: none;
}
.jx_jieda_list { border-top: 1px solid #f2f2f2; }
.jx_jieda_list .item { padding: 35px 0 20px; border-bottom: 1px solid #f2f2f2; }
.jx_jieda_list .item h4 { font-size: 18px; line-height: 26px; }
.jx_jieda_list .item .inf { height: 100px; /*margin-top: 15px;*/ overflow: hidden;}
.jx_jieda_list .item .inf .lawyer {
    float: left; height: 40px; line-height: 22px; min-width: 260px; padding: 15px 20px; border-radius: 35px;text-indent:2em;
    /*background: linear-gradient(90deg, #f5f5f5 1%, #ffffff 100%); transition: all .25s linear*/;
}
.jx_jieda_list .item .inf .lawyer img {
    float: left; width: 40px; height: 40px;
    border-radius: 50%; box-shadow: 0 2px 10px 0 rgba(0,0,0, .2);
}
.jx_jieda_list .item .inf .lawyer b { color: #333; margin: 0 15px; }
.jx_jieda_list .item .inf .lawyer span { font-size: 12px; color: #666; }
/*.jx_jieda_list .item .inf .lawyer:hover { box-shadow: 0 2px 10px rgba(0,0,0, .1); }*/
.jx_jieda_list .item .inf .fr { margin-top: 10px; }
.jx_jieda_list .item .inf .fr span { float: left; font-size: 12px; color: #999; margin-left: 15px; }
.nav_f18 strong { font-size: 18px; line-height: 24px; font-weight: 600; }
.nav_f18.h88 { height: 24px; padding: 37px 0 28px; }
.tab_nav_black { border-bottom: 1px solid #ddd; height: 36px; }
.tab_nav_black span {
    float: left; width: 50%; padding-bottom: 10px; position: relative;
    font-size: 16px; line-height: 26px; text-align: center; cursor: pointer;
}
.tab_nav_black span.cur:after {
    position: absolute; left: 0; bottom: -1px; right: 0;
    height: 2px; background-color: #333; content: '';
}
.received_list { padding-bottom: 20px; }
.received_list li { height: 60px; padding: 20px 0; border-bottom: 1px solid #eee; }
.received_list li:last-child { border-bottom: none; }
.received_list li .img_block { float: left; width: 60px; height: 60px; margin-right: 20px; }
.received_list li .img_block img { border-radius: 50%; width: 100%;}
.received_list li h4 { font-size: 16px; line-height: 30px; padding-top: 4px; }
.received_list li p span { color: #f25618; }

.r_guide {
    height: 332px; padding: 25px 40px;
    background: url('../static/imgs/bg_380x382.jpg') no-repeat;
}
.r_guide h3 { font-size: 24px; color: #fff; line-height: 28px; font-weight: 300; text-align: center; }
.r_guide .btn {
    display: block; height: 40px; line-height: 40px;
    background-color: #01af63; border-radius: 20px;
    font-size: 16px; color: #fff; text-align: center;
}

.step_bar { padding: 32px 0 25px; }
.step_bar dl { padding: 10px 0; position: relative; }
.step_bar dl.b_line:after {
    position: absolute; left: 18px; top: 49px;
    width: 1px; height: 30px; background-color: #fbfcfc;
    content: '';
}
.step_bar dl dt {
    float: left; width: 34px; height: 34px; margin: 4px 30px 4px 0;
    border: 1px solid #fff; border-radius: 50%;
    font-size: 16px; color: #fff; text-align: center; line-height: 36px;
}
.step_bar dl .f16 { font-size: 16px; color: #fff; line-height: 24px; }
.step_bar dl .f12 { font-size: 12px; color: #858f99; }